home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Student Organizer
/
Student Organizer.iso
/
Netcom
/
WIN95
/
MSIE
/
IE4SOUND.CAB
/
IE4SOUND.INF
< prev
next >
Wrap
INI File
|
1997-06-24
|
3KB
|
123 lines
; IE4Sound.inf
; Installation file for IE4 Sounds, B2
;
; What's this for? This adds the appropriate registry keys [Wav.Reg] to enable the special sound
; events provided by IE4. Per-user stubs handle the HKCU registry keys.
[Version]
Signature="$Chicago$"
AdvancedINF=2.5, "%ERROR_WRONG_ADVPACK_VERSION%"
RequiredEngine=Setupapi
;This gives you LFN support
[DefaultInstall]
CopyFiles = Wav.Files, IE4SoundINFCopy
AddReg =Wav.reg
PerUserInstall=IE4Sound.Stub.Add
[DefaultInstall.NT]
;If you want something different on NT systems.
[Uninstall]
DelFiles =Wav.Files
DelReg =Wav.reg
BeginPrompt =ShowPrompt.ConfirmUninstall
;UnRegisterOCXs=Don't have any right?
PerUserInstall=IE4Sound.Stub.Remove
EndPrompt =ShowPrompt.UninstallComplete
[PerUserStub]
AddReg = Wav.Reg
[PerUserRemove]
DelReg = Wav.Reg
[IE4Sound.Stub.Add]
DisplayName=%IE4 SoundPack%
ComponentID=IE4Sound
GUID={E4066320-E4AE-11CF-BCB0-00AA00BBAD99}
Version=2,0,1,1114
Locale=EN
IsInstalled=1
StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\ie4sound.inf,PerUserstub
[IE4Sound.Stub.Remove]
DisplayName=%IE4 SoundPack%
ComponentID=IE4Sound
GUID={E4066320-E4AE-11CF-BCB0-00AA00BBAD99}
Version=2,0,1,1114
Locale=EN
IsInstalled=1
StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\ie4sound.inf,PerUserstub
[Uninstall.NT]
;If you want something different on NT systems.
[IE4SoundINFCopy]
IE4Sound.inf
[DestinationDirs]
Wav.Files=10,Media
IE4SoundINFCopy = 17
[ShowPrompt.InstallComplete]
Prompt="%PROMPT_INSTALL_COMPLETE%"
[ShowPrompt.UninstallComplete]
Prompt="%PROMPT_UNINSTALL_COMPLETE%"
ShowPrompt.ConfirmUninstall]
Title="%TITLE_UNINSTALL%"
ButtonType=YESNO
Prompt="%CONFIRM_UNINSTALL%"
[Wav.reg]
HKCU,AppEvents\Schemes\Apps\Explorer\ActivatingDocument\.current,,,"%25%\media\done.wav"
HKCU,AppEvents\Schemes\Apps\Explorer\Navigating\.current,,,"%25%\media\start.wav"
HKCU,AppEvents\Schemes\Apps\.Default\CCSelect\.Current,,,"%25%\media\hoversel.wav"
[SourceDisksNames]
1 = "Wav Files",exwav.cab,0
[SourceDisksFiles]
filea=1
fileb=1
[Wav.Files]
start.wav
done.wav
hoversel.wav
[Wav.INF]
;Might need for peruser stuff
exwav.inf
[Strings]
;Change these to what you need
;////////////////////////////////////////////////////////
;// Only localize strings below this line
;////////////////////////////////////////////////////////
LANGUAGE="EN"
DISPLAYNAME= "IE4 Sounds"
INSTALLNAME= "IE4 Sounds"
INSTALLNAME_BETA= "IE4 Sounds"
OLDDISPLAYNAME= "Microsoft NetShow On-Demand Player"
NETSHOW_PROGRAMFOLDER="Microsoft NetShow"
IE_PROGRAMFOLDER="Internet Explorer Suite"
INSTALL_PROMPT_DIR = "Please enter the directory in which to install the NetShow Player."
PROMPT_INSTALL_COMPLETE = "IE4 Sound installation is now complete."
PROMPT_UNINSTALL_COMPLETE = "IE4 Sound uninstall is now complete."
TITLE_UNINSTALL="IE4 Sounds Uninstall"
TITLE_INSTALL="IE4 Sounds Install"
OPENTEXT="open"
;Error Messages
ERROR_ENGINE_NOTFOUND = "Cannot find the requried setup engine. Aborting..."
ERROR_WRONG_ADVPACK_VERSION = "You need a newer version of Advpack.dll"
CONFIRM_UNINSTALL="Are you sure you wish to uninstall the Microsoft NetShow Player?"